home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 3dcd / Animraw.dir / 00181.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  222 b   |  10 lines

  1. on enterFrame
  2.   global DEBUG, gEngButtonSprite, gInterview
  3.   if gInterview then
  4.     set the visible of sprite gEngButtonSprite to 1
  5.   else
  6.     set the visible of sprite gEngButtonSprite to 0
  7.   end if
  8.   setBackground()
  9. end
  10.